Skip to main content

Best price-qty

GET 

/bot-gateway-service/api/v3/ticker/bookTicker

Fetches Best price/qty on the order book for a symbol or symbols.

  • Parameter symbol and symbols cannot be used in combination.
  • If neither parameter is sent, bookTickers for all symbols will be returned in an array.

Request

Query Parameters

    Symbol string

    Trading symbol , e.g. XCBUSDT. (optional).

    • If the symbol is not sent, the best prices/quantities for all symbols will be returned in an array.
    Example: BTCETH
    Symbols string[]

    Trading symbols (optional)

    Example: [BTCUSDT, XCBETH]

Responses

Success

Schema

  • Array [

  • symbol stringnullable
    bidPrice stringnullable
    bidQty stringnullable
    askPrice stringnullable
    askQty stringnullable
  • ]

Loading...